home *** CD-ROM | disk | FTP | other *** search
/ Nebula 2 / Nebula Two.iso / SourceCode / MiscKit1.7.1 / MiscKit / Palettes / MiscGaugePalette / MiscGaugePalette.h < prev    next >
Encoding:
Text File  |  1995-04-14  |  459 b   |  30 lines

  1.  
  2. #import "MiscGaugeView.subproj/MiscGaugeView.h"
  3. #import "MiscGaugeView.subproj/MiscGaugeCell.h"
  4. #import <apps/InterfaceBuilder.h>
  5.  
  6. @interface MiscGaugePalette : IBPalette 
  7. {
  8.     id gauge1;        // The gauge on the left.
  9.     id gauge2;        // The gauge on the right.
  10. }
  11.  
  12. - finishInstantiate;
  13.  
  14. @end
  15.  
  16.  
  17. @interface MiscGaugeCell (IBInspector)
  18.  
  19. - (const char *)getInspectorClassName;
  20.  
  21. @end
  22.  
  23.  
  24. @interface MiscGaugeView (IBInspector)
  25.  
  26. - (const char *)getInspectorClassName;
  27.  
  28. @end
  29.  
  30.